home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / UpTime17.lha / UpTime / s / CronTab
Encoding:
Text File  |  1993-09-21  |  742 b   |  16 lines

  1. #############################################################################
  2. # Increases every ten minutes the variable 'UpTime' in ENV:
  3. # and in ENVARC: by 10. So I get an idea, how long the system
  4. # was working today. Every 'New_Day_Boot' this time is written
  5. # in a logfile.
  6. #
  7. 0,10,20,30,40,50 * * * * execute S:UpTime/scripts/IncreaseUpTime :NOLOG :OBEYQUEUE m
  8.  
  9. #############################################################################
  10. # A new day has begun, so we write the 'UpTime' to our logfile
  11. # and reset the variable 'UpTime' in ENV: and in 'ENVARC:' to 0
  12. # for the upcoming day. Is done in the same queue, so that the
  13. # jobs do their work one after another.
  14. #
  15. 0 0 * * * execute S:UpTime/scripts/AtMidNite :NOLOG :OBEYQUEUE m
  16.